@charset "utf-8";
html{font: 14px 'Microsoft Yahei';}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	min-width: 1200px;
	margin:0 auto;
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
.swiper-pagination-bullet-active{
  background: #248f47;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.banner{
	width:100%;
}
.swiper-container1 img{
	width:100%;
}
.swiper-slide{
	width:100%;
}

/*toubu*/
.toubu{
	height: 40px;
	background: #f0f0f0;
}
.toubu .t-left{
	float: left;
	line-height: 40px;
	font-size: 14px;
	color:#666;
}
.toubu .t-right{
	float: right;
	position: relative;
}
.toubu .t-right.wx a.weixin{
	position: relative;
	z-index: 3;
}
.toubu .t-right.wx a.weixin img{
	position: absolute;
	width:110px;
	top:31px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}
.toubu .t-right.wx a.weixin:hover img{
	display: block;
}
.t-right-fir{
	display: inline-block;
	font-size: 12px;
	color:#8e8e8e;
	line-height: 30px;
	position: relative;
}
.t-right-fir:nth-child(2){
	margin:0 18px;
}
.t-right-fir:nth-child(2):after{
	display: block;
	content:"";
	position: absolute;
	width:2px;
	height: 10px;
	background: url(../Image/toubu-bg2.png) no-repeat center;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:-11px;
}
.t-right-fir:hover{
	color:#fff;
}
.t-right-sec{
	display: inline-block;
	line-height: 40px;
	margin-left: 25px;
    font-size: 14px;
    color:#666;
    position: relative;
}
.t-right-sec:nth-child(1){
	background: url(../Image/t1.png) no-repeat center left;

}
.t-right-sec:nth-child(1):after{
	display: block;
	content:"";
	position: absolute;
	right: -15px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:2px;
	height: 15px;
	background: #666;
}
.t-right-sec:nth-child(2){
	background: url(../Image/t2.png) no-repeat center left;
}



.t-right-sec.weixin:hover{

}
.t-right .tel{
	line-height: 40px;
	font-size: 22px;
	color:#fff;
	padding-left: 28px;
	background: url(../Image/tel.png) no-repeat center left;
	margin-left: 26px;
}
/*top*/
.top{
	width:1200px;
	height:110px;
	margin:0 auto;
	position: relative;
}
.top-left{
	position: absolute;
	top:50%;
	left:0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-right{
	position: absolute;
	right:154px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	padding-left: 55px;
    background: url(../Image/tel.png) no-repeat left center;
}
.right-tel,.right-text{
	float: left;
}
.right-tel img{
	margin-right:15px;
}
.right-text p:first-child{
	font: 16px 'Microsoft YaHei';
	color:#015ca1;
}
.right-text p:nth-child(2){
	font: 26px 'Microsoft YaHei';
	color:#015ca1;
	font-weight: 700;
}
.right-text p:nth-child(3){
	font: 26px 'Microsoft YaHei';
	color:#333;
}
.img-wrap{
	float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.wei-img-wrap{
	margin-right: 0;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.right-text{
	float: left;
}
.top .list{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:0;
	z-index: 99;
}
.top .list ul li{
	float: left;
	position: relative;
}
.top .list ul li a{
	display: block;
	font-size: 14px;
	color:#8c8c8c;
}
.top .list ul li a img{
	margin:0 auto;
	width: 95px;
}
.top .list ul li:first-child{
	margin-right: 15px;
}
/*nav*/
.nav{
	width:100%;
	background: #0068b7;
}
.nav>.wrapper>ul>li{
	float: left;
	width:171px;
	
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	position: relative;
}
.nav>.wrapper>ul>li>a{
	display: block;
	height:60px;
	position: relative;
}
.nav>.wrapper>ul>li p:nth-child(1){
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
}
.nav>.wrapper>ul>li p:nth-child(2){
	color:#b7d3fa;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.nav ul li a:after{
	display: block;
	content:"";
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:1px;
	height: 12px;
	background: #e5e5e5;
}
.nav ul li:last-child a:after{
	display: none;
}
.nav>.wrapper>ul>li:hover a{
	background:#fecf2b; 
}
.nav>.wrapper>ul>li:hover a p{
	color:#015ca1;
}

#thyNavStyle{
	background:#fecf2b; 
}
#thyNavStyle p{
	color:#015ca1;
}
.nav>.wrapper>ul>li>.erji{
	position: absolute;
	top:60px;
	left:0;
	z-index: 10000;
	display: none;
	
}
.nav>.wrapper>ul>li:hover .erji{
	display: block;
}
.nav>.wrapper>ul>li>.erji>li{
	background: #303333;
	position: relative;
	width:133px;
	height:60px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;

}
.nav>.wrapper>ul>li>.erji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}

.nav>.wrapper>ul>li>.erji>li>.sanji{
	position: absolute;
	left:133px;
	top:0;
	display: none;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li{
	background: #303333;
	position: relative;
	width:150px;
	height:68px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}
.nav>.wrapper>ul>li>.erji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li:hover .sanji{
	display: block!important;
}

.guanjianci{
	position: relative;
    z-index: 5;
    margin-top: -20px;
	
}
.guanjianci .wrapper{
	height: 135px;
	background:url(../Image/search-bg.jpg) no-repeat center;
}
.guanjianci .sousuo{
	float:right;
	margin-top: 10px;
    margin-right: 65px;

}
.search {
    width:465px;
    height: 40px;
    text-indent: 8px;
    outline: none;
    background: #ebebeb;
    border-radius: 20px;
    color:#666;
    font-size:14px;
    float: left;
}
.sousuotijiao {
    width: 88px;
    height: 38px;
    background: url("../Image/f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: right;
   margin-left: -88px;
    z-index: 4;
    position: relative;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#666;
    font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color:#666;
    font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#666;
    font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#666;
    font-size:14px;
}
.guanjianci ul{
	margin: 20px 0;
}
.guanjianci ul li{
	float:left;
	font-size:14px;
	color:#2f2f2f;
	font-weight: 700;
	padding-right:15px;
}
.guanjianci ul li a{
	display:block;
	font-size:14px;
	color:#666;
	font-weight: 500;
}
.titlebox .fir{
	text-align: center;
	font-size: 28px;
	color:#333;
	font-weight:700;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.titlebox .fir span{
	color:#015ca1;
	letter-spacing: 4px;
}
.titlebox .sec{
	width:340px;
	margin:0 auto;
	text-align: center;
	font-size: 12px;
	color:#999;
	font-weight:500;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.titlebox{
	background: url("../Image/title-bg.png") no-repeat center;
	margin-bottom: 40px;
}


/*流程*/
.lc{
	padding:60px 0;
}
.lc-list{
	float: left;
	margin-right: 213px;
	position: relative;
}
.lc-list:after{
	content:"";
	display: block;
	position: absolute;
	top:37%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:-115px;
	width:30px;
	height: 20px;
	background: url(../Image/lc-jian.png) no-repeat center;
}
.lc-list:last-child:after{
	display: none;
}
.lc-list:last-child{
	margin-right: 0;
}
.lc-list .imgbox{
	width:140px;
	height: 140px;
	background: url(../Image/lc-bg.png) no-repeat center;
}
.lc-list .imgbox img{
	margin:0 auto;
	padding-top: 44px;
}
.lc-list .text p{
	text-align: center;
}
.lc-list .text p:nth-child(1){
	font-size: 20px;
	color:#666;
	font-weight: 700;
	margin:10px 0;
}
.lc-list .text p:nth-child(2){
	font-size: 16px;
	color:#666;
}
/*product*/
.chanping{
	padding:60px 0;
	background: url(../Image/pro-bg.jpg) no-repeat center;
}
.chanping .wrapper{

}
.chanping-left{
	width: 267px;
	background: #015ca1;
	padding:0 5px 5px 5px;
	float: left;
}
.chanping-left .topbox{
	padding-top: 23px;
	padding-bottom:23px;
}
.chanping-left .topbox p:first-child{
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	text-align: center;

}
.chanping-left .topbox p:last-child{
	font-size: 14px;
	color:#fff;
	text-align: center;
	margin-top: 8px;
	letter-spacing: 2px;
}
.chanping-left .ulBox{
	background: #fff;
	border:1px solid #c9c9c9;
	padding:0 5px 5px 5px;
	background-size: auto 100%;
}
.ulBox .lianxiwom{
	font-weight: bold;
	font-size: 20px;
	color:#015ca1;
	text-align: center;
}
.chanping-left ul:first-child li{
	padding:12px 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.chanping-left .ulBox ul:first-child li a{
	width:219px;
	margin:0 auto;
	font-weight: bold;
	font-size: 16px;
	color:#666;
	display: block;
	position: relative;
	line-height: 45px;
	padding-left:20px;
	border-bottom: 1px dashed #e5e5e5;
}
.chanping-left .ulBox ul:first-child li a i{
	width:15px;
	height: 15px;
	background: url("../Image/right-jiantou.png") no-repeat center center;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:15px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.chanping-left .ulBox ul:first-child li:hover a i{
	background: url("../Image/right-jiantou1.png") no-repeat center center;
}
.chanping-left .ulBox ul:first-child li:hover a{
	color:#015ca1;
}
.chanping-left .ulBox ul:last-child li{
	font-weight: bold;
	font-size: 14px;
	color:#7f7f7f;
	padding:0px 16px ;
}
.chanping-right{
	float: right;
	width:890px;
	text-align: center;
}
.chanping-right .firp{
	width:730px;
	font-size: 24px;
	font-weight: bold;
	color:#015ca1;
	text-align: left;
}
.chanping-right .secp{
	text-align: left;
	font-size: 14px;
	color:#999;
	margin:10px 0;
}
.chanping-right .secp span{
	font-size:12px;
	color:#909090;
}
.chanprightBox{
	position: relative;
}
.chanprightBox a{
	display: block;
	color:#fff;
	background: #015ca1;
	width:170px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right:0;
	top:0;

}
.cha{
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.cpanliBox{
	margin-top:10px;
}
.cpanliBox ul li{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	float: left;
	margin-right: 19px;
	position: relative;
}
.cpanliBox ul li:nth-child(3n){
	margin-right:0;
}
.cpanliBox ul li:nth-child(-n+3){
	margin-bottom: 20px;
}
.cpanliBox ul li a{
	display: block;
	
}
.cpanliBox ul li .pic{
	width:284px;
	height: 190px;
	background: url("../Image/pbg.png") no-repeat center;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.cpanliBox ul li .pic .meng{
	position: absolute;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	left:0;
	top:-100%;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.cpanliBox ul li:hover .pic .meng{
	top:0;

}
.cpanliBox ul li .pic .meng img{
	margin:0 auto;
	margin-top: 61px;
}
.cpanliBox ul li .pic .meng  p{
	font-size: 14px;
	color:#fff;
	margin-top: 10px;
}
.cpanliBox ul li .pic .pic-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cpanliBox ul li .biaoti p{
	line-height: 40px;
	background: #eee;
	font-size: 14px;
	color:#666;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	margin-top: 5px;
}
.cpanliBox ul li:hover .biaoti p{
	color:#fff;
	background: #015ca1;
}


/*about*/

.about{
	padding:60px 0;

}
.aboutbox .a-left{
	width:600px;
	float: left;
}
.tbox .t-t-l{
	float: left;
	font-size: 26px;
	color:#015ca1;
	font-weight: 700;
	letter-spacing: 2px;
}
.tbox .t-t-r{
	float: left;
	margin-left: 10px;
	padding-top:4px;
}
.tbox .t-t-r p{
	font-size: 12px;
	color:#999;
}
.t-bottom{
	font-size: 26px;
	color:#015ca1;
	font-weight: 700;
	letter-spacing: 2px;
}
.a-left .con{
	font-size: 16px;
	color:#666;
	line-height: 32px;
	text-align: justify;
	padding:40px 40px 40px 0;
}
.a-center{
	float: left;
	width:300px;
}
.a-center .con{
	font-size: 16px;
	color:#666;
	line-height: 32px;
	text-align: justify;
	padding:30px;
	box-shadow: 0px 0px 10px #afafaf;
}
.about-a{
	display: block;
    color: #fff;
    background: #015ca1;
    border:1px solid #015ca1;
    width: 170px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin:0 auto;
    margin-top: 20px;
}

.about-a:hover{
	background: none;
	color:#015ca1;
	box-shadow: 0px 0px 5px #015ca1;
}
.a-right{
	float: left;
	width:300px;
}
.a-right .a-r-t{
	width:100%;
	height: 310px;
	background: url(../Image/com-img-3.jpg) no-repeat center;
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	padding:96px 40px 60px 40px;
}
/*广告*/
/*广告*/
.guang2{
	height: 130px;
	background: url(../Image/guang2.jpg) no-repeat center;
}
.guang2 p{
	font-size: 20px;
	color:#015ca1;
	font-weight: 700;
	float: right;
	margin-top: 51px;
    margin-right: 45px;
}
/*news*/
.titlebox.n p{
	background: url("../Image/News-information.png") no-repeat center top;
}
.news{
	padding:60px 0;
}
.news-left{
	float:left;
	width:590px;
}
.hbox{
	line-height:70px;
	font-size:24px;
	font-weight:700;
	color:#015ca1;
	border-bottom:1px solid #015ca1;
	background:url(../Image/news-bg.png) no-repeat center;
}
.hbox a{
	display:block;
	line-height:70px;
	float:right;
	font-size:14px;
	color:#015ca1;
	font-weight:700;
}
.news-list{
	width:100%;
	height:140px;
	border-bottom:1px dashed #e5e5e5;
	padding-top: 33px;
}
.news-list .time{
	width:75px;
	float:left;
	text-align:center;
}
.news-list .time p:nth-child(1){
	font-size:24px;
	color:#666;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .time p:nth-child(1){
	color:#015ca1;
}
.news-list .time p:nth-child(2){
	font-size:16px;
	color:#666;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .time p:nth-child(2){
	color:#015ca1;
}
.news-list .text{
	width:368px;
	float:left;
	margin-left:30px;
}
.news-list .text .title{
	font-size:16px;
	color:#333;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .text .title{
	color:#015ca1;
	font-weight:700;
}
.news-list .text .con{
	font-size:14px;
	color:#999;
	line-height:25px;
	margin-top:5px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .text .con{
	color:#015ca1;
}
.news-list .more{
	display:block;
	line-height:25px;
	width:70px;
	background:#999;
	font-size:14px;
	color:#fff;
	float:right;
	border-radius: 8px;
	text-align:center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .more{
	background:#015ca1;
}
.news-right{
	float:right;
}
.news-right .img{
	margin-top:34px;
}
.swiper-container-news .swiper-slide a{
	display:block;
}
.swiper-container-news .swiper-slide a .pic{
	width:100%;
	height:386px;
	position: relative;
}
.swiper-container-news .swiper-slide a .pic img{
	width:100%;
	height:100%;
	object-fit:cover;

}
.swiper-container-news .swiper-slide a p{
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-top:34px;
	text-align:left;
}
/*footer*/
.footer{
	width:100%;
	background:#015ca1;
	padding:37px 0;
}

.footer-left{
	float: left;
	position: relative;
	width: 430px;

}
.footer-left img{
	margin-top: 56px;
}
.footer-left:after{
	display: block;
	content: " ";
	width:1px;
	height: 105px;
	background: #4e8dbd;
	position: absolute;
	right:-46px;
	top:26px;
}
.footer-left ul li{
	font-weight: bold;
	font-size:16px;
	color:#666;
	padding-top:5px;
	position: relative;
}
.footer-left ul li:first-child{
	font-size:18px ;
	color:#084f15;
	font-weight: bold;
	padding-left: 5px;
}
.footer-center{
	float: left;
	width: 440px;
	position: relative;
}
.footer-center:after{
	display: block;
	content: " ";
	width:1px;
	height: 105px;
	background: #4e8dbd;
	position: absolute;
	right:5px;
	top:26px;
}
.footer-center ul{
	width: 466px;
	text-align: center;
	position: relative;
	padding-left: 116px;
    margin-top: 17px;
}
.footer-center ul li{
	float: left;
}
.footer-center ul li a{
	display: block;
	color:#e8e8e8;
	font-size: 14px;
	width: 100px;
    line-height: 39px;
    text-align: left;
}
.footer-right{
	float: right;
	margin-top: 27px;
}
.footer-right ul li{
	font-size: 14px;
	color:#e8e8e8;
}
.last{
	width:100%;
	background: #014e88;
	line-height:40px;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#e8e8e8;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#e8e8e8;
	line-height: 40px;
}
.last-center p a{
	color:#e8e8e8;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#e8e8e8;
	line-height: 40px;
}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0068b7  url(../Image/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0068b7  url(../Image/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0068b7  url(../Image/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0068b7  url(../Image/fixCont.png) no-repeat 0 -169px;}
.hd_qr{display: block;margin:0 auto;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
